home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / cocktail / hexa.lha / hexa / Makefile < prev    next >
Makefile  |  1992-08-18  |  347b  |  15 lines

  1. hexa:    btoh
  2.     btoh < ../rex/src/Scanner.Tab > RAScanner.Tab
  3.     btoh < ../rex/src/Parser.Tab > RAParser.Tab
  4.     btoh < ../front/src/Scanner.Tab > PAScanner.Tab
  5.     btoh < ../front/src/Parser.Tab > PAParser.Tab
  6.  
  7. btoh:    btoh.mi
  8.     echo p btoh | mc -d ../reuse/src
  9.  
  10. endian:    endian.c
  11.     cc endian.c -o endian
  12.  
  13. clean:
  14.     rm -f core btoh htob *.[dimor] *Tab *.bak endian
  15.